home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / gfx / 3d / irit50src.lha / irit5 / poly3d-h / makefile.sas < prev    next >
Encoding:
Makefile  |  1995-03-05  |  1.4 KB  |  38 lines

  1. #
  2. # Makefile for the POLY3D-H hidden line remover.
  3. #
  4.  
  5. include ../makeflag.sas
  6.  
  7. OBJS    = out-edge.o poly3d-h.o prepdata.o
  8.  
  9. all:    poly3d-h
  10.  
  11. poly3d-h:    $(OBJS)
  12.     slink from lib:c.o $(OBJS) to poly3d-h sc $(SYMS) lib $(LIBS)\
  13. $(MORELIBS) $(MATHLIB) lib:scnb.lib
  14.  
  15. install: poly3d-h
  16.     mv -f poly3d-h $(BIN_DIR)
  17.     cp poly3d-h.cfg $(BIN_DIR)
  18.  
  19.  
  20. # DO NOT DELETE THIS LINE -- make depend depends on it.
  21.  
  22. out-edge.o: program.h ../include/irit_sm.h ../include/genmat.h
  23. out-edge.o: ../include/iritprsr.h ../include/cagd_lib.h ../include/imalloc.h
  24. out-edge.o: ../include/miscattr.h ../include/symb_lib.h ../include/trim_lib.h
  25. out-edge.o: ../include/triv_lib.h ../include/iritgrap.h ../include/attribut.h
  26. out-edge.o: ../include/allocate.h
  27. poly3d-h.o: program.h ../include/irit_sm.h ../include/genmat.h
  28. poly3d-h.o: ../include/iritprsr.h ../include/cagd_lib.h ../include/imalloc.h
  29. poly3d-h.o: ../include/miscattr.h ../include/symb_lib.h ../include/trim_lib.h
  30. poly3d-h.o: ../include/triv_lib.h ../include/iritgrap.h ../include/attribut.h
  31. poly3d-h.o: ../include/allocate.h ../include/getarg.h ../include/config.h
  32. poly3d-h.o: ../include/ip_cnvrt.h
  33. prepdata.o: program.h ../include/irit_sm.h ../include/genmat.h
  34. prepdata.o: ../include/iritprsr.h ../include/cagd_lib.h ../include/imalloc.h
  35. prepdata.o: ../include/miscattr.h ../include/symb_lib.h ../include/trim_lib.h
  36. prepdata.o: ../include/triv_lib.h ../include/iritgrap.h ../include/attribut.h
  37. prepdata.o: ../include/allocate.h
  38.